Skip to content

docs: align CSV separator description#607

Merged
rewolff merged 1 commit into
traviscross:masterfrom
Komzpa:darafei/remove-csv-separator-note
May 8, 2026
Merged

docs: align CSV separator description#607
rewolff merged 1 commit into
traviscross:masterfrom
Komzpa:darafei/remove-csv-separator-note

Conversation

@Komzpa

@Komzpa Komzpa commented May 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #452.

The manual described --csv as CSV output, then immediately noted that the separator was actually a semicolon. The implementation currently emits comma-separated rows, and Roger suggested that the easiest fix is to remove the stale note rather than changing the output format used by scripts.

This removes the semicolon note and updates the example to show comma-separated output. The branch composes cleanly after #575, where the CSV spacer column is removed.

Validation

@rewolff rewolff merged commit dc3d619 into traviscross:master May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reconsider information for the separator usage with the CSV output format

2 participants